GET api/v2/Study/{type}?studyIds[0]={studyIds[0]}&studyIds[1]={studyIds[1]}
Get list of studies.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type |
mSource study type (mPro, mCapture) |
string |
Required |
studyIds | Collection of globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Ok
Collection of StudyListModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Title | string |
None. |
|
LastConfigUpdatedTimestamp | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "01e9109f-f387-48af-9dcb-2f3e67a9df23", "title": "sample string 2", "lastConfigUpdatedTimestamp": "2025-04-25T05:49:52.6317173-05:00" }, { "id": "01e9109f-f387-48af-9dcb-2f3e67a9df23", "title": "sample string 2", "lastConfigUpdatedTimestamp": "2025-04-25T05:49:52.6317173-05:00" } ]